chore(devdeps): update dependency @types/express to v5.0.6#593
chore(devdeps): update dependency @types/express to v5.0.6#593
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 149348d
☁️ Nx Cloud last updated this comment at |
8f69562 to
c8a10b7
Compare
@forgerock/davinci-client
@forgerock/device-client
@forgerock/journey-client
@forgerock/oidc-client
@forgerock/protect
@forgerock/sdk-types
@forgerock/sdk-utilities
@forgerock/iframe-manager
@forgerock/sdk-logger
@forgerock/sdk-oidc
@forgerock/sdk-request-middleware
@forgerock/storage
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (15.78%) is below the target coverage (40.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #593 +/- ##
===========================================
- Coverage 70.90% 15.78% -55.12%
===========================================
Files 53 154 +101
Lines 2021 26701 +24680
Branches 377 1142 +765
===========================================
+ Hits 1433 4215 +2782
- Misses 588 22486 +21898 🚀 New features to boost your workflow:
|
|
Deployed d04dde4 to https://ForgeRock.github.io/ping-javascript-sdk/pr-593/d04dde44197dfa6268cb284412cacb3e5084bff7 branch gh-pages in ForgeRock/ping-javascript-sdk |
📦 Bundle Size Analysis📦 Bundle Size Analysis🚨 Significant Changes🔻 @forgerock/device-client - 0.0 KB (-9.9 KB, -100.0%) 📊 Minor Changes📉 @forgerock/device-client - 9.9 KB (-0.0 KB) ➖ No Changes➖ @forgerock/davinci-client - 48.3 KB 14 packages analyzed • Baseline from latest Legend🆕 New package ℹ️ How bundle sizes are calculated
🔄 Updated automatically on each push to this PR |
f962288 to
cca635e
Compare
cca635e to
93bd10a
Compare
93bd10a to
5acaa8b
Compare
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud is proposing a fix for your failed CI:
We added an explicit 10 000 ms timeout to the "should be a no-op on an already-clean package" integration test to fix the failure introduced by this PR. The test performs two sequential analyzePackage calls, each running api-extractor with full TypeScript compilation, and the updated @types/express type definitions (pulled in via the lockfile change) push the combined runtime just past vitest's default 5 000 ms limit. Raising the timeout for this single test accommodates the additional compilation overhead without altering any test logic.
Tip
✅ We verified this fix by re-running @forgerock/api-report:test.
diff --git a/tools/api-report/src/integration.spec.ts b/tools/api-report/src/integration.spec.ts
index 6d7e30c31..f4b27b03a 100644
--- a/tools/api-report/src/integration.spec.ts
+++ b/tools/api-report/src/integration.spec.ts
@@ -246,7 +246,7 @@ describe('integration: forgotten export detection and fix', () => {
// types.ts should be unchanged
expect(readFileSync(typesFilePath, 'utf-8')).toBe(cleanContent);
- });
+ }, 10000);
it('should handle multiple entry points', () => {
// Add a second entry point: ./utils with its own forgotten export
Or Apply changes locally with:
npx nx-cloud apply-locally K4lI-Afni
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
5acaa8b to
149348d
Compare
149348d to
aeefe9f
Compare
This PR contains the following updates:
5.0.5→5.0.6Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.